home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / timecodes / qttimecode / application files / comresource.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-23  |  2.2 KB  |  58 lines

  1. //{{NO_DEPENDENCIES}}
  2. //
  3. //    File:        ComResource.h
  4. //
  5. //    Contains:    Application-specific resource definitions for VRShell application.
  6. //                This file is used for ***BOTH*** MacOS and Windows.
  7. //
  8. //    Written by:    Tim Monroe
  9. //
  10. //    Copyright:    © 1997 by Apple Computer, Inc., all rights reserved.
  11. //
  12. //
  13. #define IDS_APPNAME                     1
  14. #define IDS_DESCRIPTION                 2
  15. #define WINDOWMENU                      3
  16. #define IDS_FILTERSTRING                3
  17. #define IDS_SAVEDIALOG                  2000
  18. #define IDI_APPICON                     101
  19. #define IDI_CHILDICON                   102
  20. #define IDD_ABOUT                       103
  21. #define IDS_FILEMENU                    1000
  22. #define IDM_FILENEW                        1001
  23. #define IDM_FILEOPEN                    1002
  24. #define IDM_FILECLOSE                   1005
  25. #define IDM_FILESAVE                     1007
  26. #define IDM_FILESAVEAS                     1008
  27. #define IDM_EXIT                        1009
  28. #define IDS_EDITMENU                    1100
  29. #define IDM_EDITUNDO                    1101
  30. #define IDM_EDITCUT                     1102
  31. #define IDM_EDITCOPY                    1103
  32. #define IDM_EDITPASTE                   1104
  33. #define IDM_EDITCLEAR                   1105
  34. #define IDM_EDITSELECTALL               1106
  35.  
  36. // application-specific menu items;
  37. // these must coordinate with the Macintosh menu ID/menu item combo
  38. // for menus
  39. #define kTestMenu                        131
  40.  
  41. #define IDS_TESTMENU                      33536    //((kTestMenu<<8))
  42. #define IDM_ADD_TIMECODE                33537    //((kTestMenu<<8)+(1))
  43. #define IDM_DELETE_TIMECODE             33538    //((kTestMenu<<8)+(2))
  44. #define IDM_GET_TIMECODE                33540    //((kTestMenu<<8)+(4))
  45. #define IDM_GET_TIMECODE_SOURCE         33541    //((kTestMenu<<8)+(5))
  46. #define IDM_TOGGLE_TIMECODE_DISPLAY     33543    //((kTestMenu<<8)+(7))
  47.  
  48. #define IDS_WINDOWMENU                  1300
  49. #define IDM_WINDOWTILE                  1301
  50. #define IDM_WINDOWCASCADE               1302
  51. #define IDM_WINDOWCLOSEALL              1303
  52. #define IDM_WINDOWICONS                 1304
  53. #define IDM_WINDOWCHILD                 1310
  54. #define IDS_HELPMENU                    1400
  55. #define IDM_ABOUT                       1401
  56. #define IDC_STATIC                      -1
  57.  
  58.